NumericFunctions.Square root

Returns the square root of a numeric expression

Format

ANSI-SQL Format:

SQRT( Expr )

ODBC Format:

{{ FN SQRT( Expr ) }}

Remarks

Returns the square root of Expr. Expr can be any numeric expression. If Expr is negative a run time error is reported.

Example:

SQRT( 64 )

{FN SQRT( Value )}


Disclaimer

ClearSCADA 2017 R2